home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / dev / mui / MCC_SpeedBar.lha / MCC_SpeedBar / Localization / fkeys.doc < prev    next >
Text File  |  2002-06-13  |  1KB  |  63 lines

  1.  
  2. Introduction
  3. ============
  4. Sometimes it is very annoying to find
  5. GUI short cuts. fkeys was born as a
  6. try to aid the programmer or the
  7. translater to do that.
  8.  
  9.  
  10. Distribution
  11. ============
  12. fkeys is copyright by Alfonso Ranieri.
  13. It is a FREEEWARE application and may be
  14. used and destributed without limitations.
  15.  
  16.  
  17. Warning
  18. =======
  19. THIS SOFTWARE AND INFORMATION ARE PROVIDED *AS IS*.
  20. ALL USE IS AT YOUR OWN RISK, AND NO LIABILITY OR
  21. RESPONSIBILITY IS ASSUMED. NO WARRANTIES ARE MADE.
  22.  
  23.  
  24. Usage
  25. =====
  26. fkeys may only be used from shell.
  27. It's template is:
  28. FROM/A,TO,IN=INCLUDE/K,EX=EXCLUDE/K:
  29.  
  30. FROM
  31. It is the name of a file to read the label from.
  32. The file must contains the labels to find the
  33. shortcut of. E.g.:
  34. ---
  35. Open
  36. Close
  37. Find
  38. ---
  39.  
  40. Up to 256 lines are read.
  41. Empty lines and lines beginning with ; or #
  42. are discarded.
  43.  
  44.  
  45. TO
  46. Output file name.
  47.  
  48.  
  49. INCLUDE
  50. fkeys considers only alphabetic and numeric chars
  51. for shortcuts. You may specify a string of other
  52. chars to be included. E.g. /*-+
  53.  
  54. EXLUDE
  55. Exclude this chars.
  56.  
  57. The result of fkeys may be:
  58. - A complete solution
  59. - A partial solution
  60.  
  61. fkeys may be broken at any time: a partial
  62. solution will be printed out.
  63.